-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples: add load-test end-to-end example #57
base: main
Are you sure you want to change the base?
Conversation
ac9cc42
to
03ca274
Compare
03ca274
to
8af5b16
Compare
@rjeczalik I'm missing something: where do you define the number of type of the loader VMs? |
@tzach Here's the relevant part:
By default |
Where is this default? could not find it in the code |
right there within the bench module, @tzach |
resource "scylladbcloud_cluster" "mycluster" { | ||
name = "Load Test" | ||
byoa_id = 1002 | ||
region = "us-east-1" | ||
node_count = 3 | ||
node_type = "i3.xlarge" | ||
cidr_block = "172.31.0.0/16" | ||
|
||
enable_vpc_peering = true | ||
enable_dns = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is byoa_id
and enable_dns
needed for this example? I would keep it as simple as possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@ilya-rarov - FYI, this one will require testing. I'll talk to you about the priority. |
Any update on this PR? It woulkd be great to merge it (once ready) |
@tzach I am waiting for test results from QA, regardless I will try to push it further later this week. 🤞 |
I suggest moving forward and merging this. Its just too helpful! |
fixes #40